- computeFunc
double computeFunc(float x, FuncDef* func)
Undocumented in source. Be warned that the author may not have intended to support it.
- cubicCoef
void cubicCoef(float frac, float* interp)
Undocumented in source. Be warned that the author may not have intended to support it.
- gcd
uint gcd(uint a, uint b)
Undocumented in source. Be warned that the author may not have intended to support it.
- resamplerBasicDirect
int resamplerBasicDirect(SpeexResampler st, uint chanIdx, const(float)* indata, uint* indataLen, float* outdata, uint* outdataLen)
Undocumented in source. Be warned that the author may not have intended to support it.
- resamplerBasicInterpolate
int resamplerBasicInterpolate(SpeexResampler st, uint chanIdx, const(float)* indata, uint* indataLen, float* outdata, uint* outdataLen)
Undocumented in source. Be warned that the author may not have intended to support it.
- sinc
float sinc(float cutoff, float x, int N, FuncDef* windowFunc)
Undocumented in source. Be warned that the author may not have intended to support it.